github.com/refraction-networking/utls.pskIdentity.label (field)
10 uses
github.com/refraction-networking/utls (current package)
common.go#L180: label []byte
handshake_client.go#L537: label: session.ticket,
handshake_messages.go#L352: exts.AddBytes(psk.label)
handshake_messages.go#L677: if !readUint16LengthPrefixed(&identities, &psk.label) ||
handshake_messages.go#L679: len(psk.label) == 0 {
handshake_server_tls13.go#L364: sessionState, err = c.config.UnwrapSession(identity.label, c.connectionStateLocked())
handshake_server_tls13.go#L372: plaintext := c.config.decryptTicket(identity.label, c.ticketKeys)
u_public.go#L673: PSS = append(PSS, PskIdentity{Label: ps.label, ObfuscatedTicketAge: ps.obfuscatedTicketAge})
u_public.go#L681: pss = append(pss, pskIdentity{label: PS.Label, obfuscatedTicketAge: PS.ObfuscatedTicketAge})
u_session_controller.go#L178: Label: private.label,
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |